[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Finance macros

        #define SLD(c,s,l)            straight_line_dep(c,s,l)
        #define SYD(c,s,l,p)          sum_year_digits_dep(c,s,l,p)
        #define DDB(c,l,p)            double_decline_bal_dep(c,l,p)
        #define ACC_SLD(c,s,l)        accum_dep(c,s,l,0,1)
        #define ACC_SYD(c,s,l,p)      accum_dep(c,s,l,p,2)
        #define ACC_DDB(c,l,p)        accum_dep(c,0,l,p,3)

See Also: accum_dep() double_decline_bal_dep() straight_line_dep() sum_year_digits_dep()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson